projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d4e7f
)
test-rofiles-fuse: skip when fusermount is not present
author
Giuseppe Scrivano
<gscrivan@redhat.com>
Mon, 29 Feb 2016 13:51:03 +0000
(14:51 +0100)
committer
Colin Walters
<walters@verbum.org>
Tue, 1 Mar 2016 15:08:25 +0000
(10:08 -0500)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
tests/test-rofiles-fuse.sh
patch
|
blob
|
history
diff --git
a/tests/test-rofiles-fuse.sh
b/tests/test-rofiles-fuse.sh
index f621df9e0b78708d8e2e0521b3c713a291be288a..fef74153a7435308f2167af9bd51b79b5af60a06 100755
(executable)
--- a/
tests/test-rofiles-fuse.sh
+++ b/
tests/test-rofiles-fuse.sh
@@
-24,6
+24,8
@@
echo "1..5"
. $(dirname $0)/libtest.sh
setup_test_repository "bare-user"
+fusermount --version >/dev/null 2>&1 || exit 77
+
mkdir mnt
$OSTREE checkout test2 checkout-test2